Skip to content

Conversation

giulcioffi
Copy link
Contributor

This patch will allow to define different ATT_MAX_PEERS according to the used core:

  • in platforms that use ArduinoCore-mbed, ATT_MAX_PEERS will be defined by DM_CONN_MAX (here set to be equal to 5);
  • in platforms that use ArduinoCore-avr (Uno WiFi Rev2), ATT_MAX_PEERS = 3;
  • in platforms that use ArduinoCore-samd (MKR WiFi 1010), ATT_MAX_PEERS = 8.

@giulcioffi giulcioffi force-pushed the AdjustMaxPeers branch 2 times, most recently from c0746a0 to 98a7bbb Compare October 30, 2020 10:41
@facchinm facchinm merged commit d6e8cd8 into arduino-libraries:master Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants